PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class / setEnableFlowDocumentFooter Method
True if the footer defined in the flow document is added to this page.
In This Topic
    setEnableFlowDocumentFooter Method
    In This Topic
    Sets a value indicating whether the footer defined in the flow document is added to this page.
    Syntax
    public void setEnableFlowDocumentFooter( 
       boolean enableFlowDocumentFooter
    )

    Parameters

    enableFlowDocumentFooter
    True if the footer defined in the flow document is added to this page.
    See Also